home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / DefineSprite_682 / frame_105 / DoAction.as
Encoding:
Text File  |  2008-03-17  |  304 b   |  13 lines

  1. target.goEnjoy(function()
  2. {
  3.    this.full = 100;
  4.    this.happy += _parent.happyIncrement;
  5.    this.inAction = false;
  6.    _parent.showPoint(this,animal.points[this.need]);
  7.    _parent.point += animal.points[this.need];
  8.    this.need = 0;
  9. }
  10. );
  11. delete base;
  12. _parent.game.tool.mov2tg._visible = true;
  13.